home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3340 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  980 b 

  1. Path: news.paonline.com!usenet
  2. From: markd@quantum.net (Mark)
  3. Newsgroups: comp.lang.c++
  4. Subject: VC++ custom child windows?
  5. Date: Tue, 23 Jan 1996 13:31:15 GMT
  6. Organization: Pennsylvania Online [Usenet News Server for Hire]
  7. Message-ID: <4e2n6m$7v7@news.paonline.com>
  8. Reply-To: markd@quantum.net
  9. NNTP-Posting-Host: sl38.quantum.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. I need to write a VC++ (2.0)  MDI app with custom bit-mapped styled
  13. child windows vs. the standard rectangle window style.  The app needs
  14. stacked, vertically-tabbed pages, such as those found in Schedule+ and
  15. various PIMs I've seen (as opposed to the horizontal tabs found in
  16. CPropertyPage). 
  17.  
  18. I'm new to MFC, and am spending a lot of time just trying to figure
  19. out how to override the style of a basic CMDIChildWnd.
  20.  
  21. I'd like to know what the basic approach I should be taking here, and
  22. if there is sample code of defining/managing custom child windows of
  23. this nature.
  24.  
  25. Thanks in advance.
  26. markd@quantum.net
  27.  
  28.  
  29.